﻿html,body{
	overflow-x: hidden !important;
}
p,ul,li,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.chosen-single span{
	line-height: 32px !important;
}
.fpage_max{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
/*按钮默认样式*/
button{
	border-radius: 5px;
	border:1px solid #eee;
	background: none;
	color:#232323;
	text-align: center;
	padding: 10px 20px;
}
button:active{
	background: #d4d4d4;
}
a,a:active,a:hover{
	color:#232323;
	text-decoration: none;
}
.wh_cls_100{
	width: 100%;
}
.wh_cls_90{
	width: 90%;
}
.wh_cls_80{
	width: 80%;
}
.wh_cls_70{
	width: 70%;
}
.wh_cls_75{
	width: 75%;
}
.wh_cls_50{
	width: 50%;
}
.wh_cls_60{
	width: 60%;
}
.wh_cls_55{
	width: 55%;
}
.wh_cls_40{
	width: 40%;
}
.wh_cls_33{
	width: 33.3333%;
}
.wh_cls_30{
	width: 30%;
}
.wh_cls_25{
	width: 25%;
}
.wh_cls_20{
	width: 20%;
}
.wh_cls_15{
	width: 15%;
}
.wh_cls_10{
	width: 10%;
}
.wh_padding{
	padding: 10px 15px !important;
}
.wh_margin{
	margin: 10px 15px !important;
}
.wh_cls_1200{
	width: 1200px;
	margin: 0 auto; 
}
/*居中*/
.wh_margin_auto{
	margin: 0 auto;
}
/*清除浮动*/
.wh_overflow:after,.overflow:after,.clearfix:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.wh_overflow,.overflow,.clearfix{
   	zoom:1;
}
.im_txt_none{
	display: none !important;
}
/*右浮动*/
.wh_left,.fl{
	float: left;
}
/*左浮动*/
.wh_right,.fr{
	float: right;
}
/*后代居中*/
.wh_center{
	text-align: center;
}
/*后代居左*/
.wh_align_left{
	text-align: left;
}
/*后代居右*/
.wh_align_right{
	text-align: right;
}
/*单行溢出显示省略号*/
.wh_txt_overflow,.txt_overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*隐藏标签*/
.wh_text_none,.txt_none{
	display: none;
}
/*显示标签*/
.wh_text_block{
	display: block;
}
/*将块变成圆*/
.wh_img_round{
	border-radius: 50%;
}
/*文本加粗*/
.wh_strong{
	font-weight: bold;
}
/*文本斜体*/
.wh_oblique{
	font-style: oblique;
}
/*图片加内边距圆角边框*/
.wh_img_border{
	padding:8px;
	border: 1px solid #eee;
	border-radius: 5px;
}
/*去除内边距*/
.wh_none_padding{
	padding: 0 !important;
}
/*去除外边距*/
.wh_none_padding{
	margin: 0 !important;
}
/*标题*/
.wh_text_title{
	padding-bottom: 15px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*多行移出移出*/
.wh_txt_none{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.wh_txt_none2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*多行移出移出*/
/*引文*/
.wh_text_txt{
	padding: 10px 0;
	line-height: 26px;
	color:#666;
	font-size: 14px;
	text-indent: 2em;
}
/*时间与浏览量*/
.wh_time_view{
	overflow: hidden;
	margin: 10px 0;
}
.wh_time_view>span{
	display: block;
	color:#999;
	width: 50%;
	float: left;
	font-size: 12px;
}
/*时间与浏览量end*/
/*放大效果*/
.wh_enlarge{
	transition:all 0.2s ease-in-out;
}
.wh_enlarge:hover{
	transform: scale(1.2,1.2);
}
/*放大效果end*/
/*旋转效果*/
.wh_whirl{
	transition: all 0.5s ease-in-out;
}
.wh_whirl:hover{
	transform: rotate(360deg);
}
/*旋转效果end*/
/*模糊边框*/
.wh_shadow{
	box-shadow:0 0 10px 5px #ddd; 
}
.wh_shadowhover:hover{
	box-shadow:0 0 10px 5px #ddd; 
}
/*模糊边框end*/
/*颜色选择*/
.wh_color_0:hover{
	color:#FFF !important;
	background: #f10215 !important;
}
.wh_color_1:hover{
	background:#ed1f65 !important;
	color:#FFF !important;
}
.wh_color_2:hover{
	background:#fd6e27 !important;
	color:#FFF !important;
}
.wh_color_3:hover{
	background:#ffd231 !important;
	color:#FFF !important;
}
.wh_color_4:hover{
	background:#4caf50 !important;
	color:#FFF !important;
}
.wh_color_5:hover{
	background:#10aa9c !important;
	color:#FFF !important;
}
.wh_color_6:hover{
	background:#1e88e5 !important;
	color:#FFF !important;
}
.wh_color_7:hover{
	background:#a41ebb !important;
	color:#FFF !important;
}
.wh_color_8:hover{
	color:#FFF !important;
	background:#6b3a2b !important;
}
.wh_color_9:hover{
	color:#FFF !important;
	background:#000000 !important;
}
/*颜色选择end*/
/*单选按钮样式*/
.wh_singleselect_p>span{
	display: inline-block;
	height: 20px;
	float: left;
}
.wh_singleselect{
	width: 20px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.wh_singleselect>.active{
	background: #ff6700;
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin:  auto;
	border-radius: 50%;
}
.wh_singleselect_txt{
	margin-left: 10px;
	margin-top: 1px;
}
/*单选按钮样式end*/
/*多选按钮*/
.wh_manyselect_p>span{
	display: inline-block;
	height: 20px;
	float: left;
}
.wh_manyselect{
	width: 20px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.wh_manyselect>.active{
	color:#ff6700;
}
.wh_manyselect_txt{
	margin-left: 10px;
	margin-top: 1px;
}
/*多选按钮end*/
/*分页*/
.fenye{
	width: 1200px;
    height: 56px;
    margin: 30px auto;
    text-align: center;
    display: block;
}
.fpage{
	text-align: center;
	display: inline-block;
}
.fpage>li{
	float: left;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.fpage>li:nth-child(1){
	border-left: 1px solid #cfcfcf;
}
.fpage>li>a{
	padding: 18px 22px;
	display: block;
}
.fpage>li>a:hover,.fpage>li>a.active{
	color:#FFF;
	background: #009f3b;
}
.fpage>li:last-of-type>a,.fpage>li:nth-last-of-type(2)>a{
	cursor: default;
	-moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
   	cursor: not-allowed;/*鼠标不可点击*/
   	pointer-events:none;/*鼠标原生时间不触发*/
   	disabled:disabled ;
}
.fpage>li:last-of-type>a:hover,.fpage>li:last-of-type>a.active,.fpage>li:nth-last-of-type(2)>a:hover,.fpage>li:nth-last-of-type(2)>a.active{
	background: #fff;
	color:#232323;
}
/*分页end*/

/*公共模块*/
.module_title{
    width: 260px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding: 25px 15px;
}

.module_title .left_txt{
    display: inline-block;
    height: 50px;
    font-size: 60px;
    color: #009f3b;
    line-height: 50px;
    font-family: Arial, serif;
}

.module_title .right_txt_wrapper{
    display: inline-block;
    height: 48px;
    font-size: 22px;
    line-height: 24px;
    margin-left: -2px;
    position: relative;
    top: 6px;
    width: 150px;
    background-color: #ffffff;
}

.module_title .right_txt{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.right_txt .right_txt_cn{
    color: #343434;
    white-space: nowrap;
}

.right_txt .right_txt_en {
    color: #dbdbdb;
    font-family: Arial, serif;
    white-space: nowrap;
}

.module_title .module_bg{
    width: 105px;
    height: 100%;
    position: absolute;
    border: 5px solid #e5e5e5;
    left: 0;
    top: 0;
}

/*头部start*/
.top_container{
    height: 165px;
}

.top_top{
    height: 120px;
    background-color: #ffffff;
}

.top_wrapper{
    height: 100%;
    position: relative;
}

.top_bottom{
    height: 45px;
    background-color: #009f3b;
}

.top_wrapper .top_left{
    height: 100%;
    padding-top: 11px;
}

.top_left .line{
    font-size: 20px;
    color: #009f3b;
    width: 200px;
    height: 50px;
    display: inline-block;
    position: relative;
    float: right;
    line-height: 20px;
    top: 20px;
    padding-top: 10px;
    right: 55px;
    padding-left: 10px;
}

.top_left .line span{
	font-weight: 700;
	width: 500px;
	display: inline-block;
	margin-top: 10px;
}

.top_left .line:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.39);
    left: -3px;
    top: 6px;
}

.top_wrapper .top_right{
    height: 100%;
    position: relative;
}

.top_right .info_img{
    height: 64px;
    margin-top: 28px;
    float: right;
}

.weixin{
    margin-left: 8px;
    cursor: pointer;
    height: 120px !important;
    margin-top: -1px !important;
}

.dianhua{
    margin-right: 8px;
}

.top_right .top_info{
    display: inline-block;
    float: right;
    position: relative;
    top: 45px;
    line-height: 20px;
}

.ecode{
    position: absolute;
    right: 0;
    bottom: -126%;
    width: 180px;
    height: 180px;
    z-index: 9;
    padding: 8px;
    background-color: #ffffff;
    display: none;
    border:1px solid #e5e5e5;
    box-shadow: 0 0 5px #e5e5e5;
}

.ecode .ecode_img{
    width: 100%;
    height: 100%;
}

.bottom_wrapper{
    height: 100%;
}

.bottom_wrapper .top_nav .main_nav_item{
    font-size: 18px;
    float: left;
    min-width: 135px;
    height: 45px;
    line-height: 45px;
    color: white;
    margin-right: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.main_nav_item:hover{
    background-color: #ef8a2b;
}

.main_nav_item a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

#nav_ul .active{
	background-color: #ef8a2b;
}


.main_nav_item:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: #ffffff;
    right: -9px;
    top: 10px;
}

.main_nav_item:last-child:after{
    content: "";
    background-color: transparent;
}

.main_nav_item a{
    color: #f1f1f1;
}

.top_nav_active{
    background-color: #ef8a2b;
}

.sub_nav{
    background-color: #009f3b;
    display: none;
    z-index: 99;
    position: absolute;
    top: 46px;
    min-width: 100%;
}

.sub_nav li{
    padding: 12px 6px;
    text-align: center;
    line-height: 22px;
}

.sub_nav li:hover{
    background-color: #ef8a2b;
}

.sub_nav li a{
    color: #f1f1f1;
}

.wh_baobiao:hover{
	color: #009f3b;
}
/*头部end*/